Skip to content

Instantly share code, notes, and snippets.

@NicolasCARPi
NicolasCARPi / LICENSE
Last active September 2, 2026 00:22
VibeCoded AI-Slop License v1.0
VibeCoded AI-Slop License v1.0
Copyright (c) [YEAR] [AUTHOR]
This software, source code, documentation, configuration, generated artifacts,
and whatever else happened to end up in this repository (collectively, the
"Software") is released under the VibeCoded AI-Slop License v1.0.
1. Permission
@yanhua1010
yanhua1010 / CLAUDE.md
Created September 1, 2026 01:53
CLAUDE.md — 减少 LLM 常见编码错误的行为准则(含来源优先级梯子)

CLAUDE.md

用于减少 LLM 常见编码错误的行为准则。可与项目特定指令合并使用。

权衡说明: 这些准则倾向于谨慎而非速度。对于琐碎的任务,请自行判断。

1. 编码前思考

不要假设。不要隐藏困惑。呈现权衡。

@fofr
fofr / SKILL.md
Last active September 2, 2026 00:17
An agent skill for writing in the GOV.UK style
name govuk-style
description Write and edit in GOV.UK / GDS house style — plain English, active voice, front-loaded content, sentence case, and no bold or italics for emphasis. Use when writing or editing reports, research write-ups, guidance, documentation, summaries, or any prose where clarity and accessibility matter.
user-invokable true
args
name description required
target
The document or text to write or rewrite in GOV.UK style (optional)
false
@L422Y
L422Y / Mass cancel Amazon Subscribe and Save.md
Last active September 2, 2026 00:10
Mass cancel Amazon Subscribe and Save
  1. Open your subscriptions page:
https://www.amazon.com/auto-deliveries/subscriptionList?shipId=mpkmmwlssrkq&ref_=mys_nav_op_D
  1. Paste into devtools console
  2. Wait a few moments, and then refresh/repeat for any additional pages
  3. Confirm by checking to see if you've received cancellation emails
นี่คือตัวอย่าง Pull Request Template ที่คุณสามารถใช้เพื่อสร้าง PR โดยอ้างอิงจากข้อมูล Edge Tabs Metadata ที่คุณให้มาได้ครับ 🚀
---
📂 pull_request.md (Example)
`markdown
Pull Request: Edge Tabs Metadata Integration
@Maciejdziuba
Maciejdziuba / CHEATSHEET.md
Last active September 2, 2026 00:01
Kimi Everywhere — run any coding harness (Claude Code, Codex, OpenCode, Cline, Aider) on one flat-fee Kimi subscription. One key, two protocols, zero token bills.

Kimi Everywhere — Cheat Sheet

One Kimi Code subscription key. Every harness. Copy-paste and go.

Endpoints & key

What Value
Anthropic-compatible base URL https://api.kimi.com/coding/
OpenAI-compatible base URL https://api.kimi.com/coding/v1
@Maciejdziuba
Maciejdziuba / README.md
Last active September 2, 2026 00:01
The Thorsten Prompt — a prompt coach skill from Thorsten Ball's (Amp) playbook. Your agent grades your prompts against the Slack test, shows you the rewrite with every [GUESS] marked, and debriefs on what it had to guess. Installable in Claude Code in 30 seconds.

The Thorsten Prompt — a prompt coach for your agent

A Claude Code Agent Skill built from Thorsten Ball's (Amp) playbook on David Ondrej's podcast.

"An agent has two sources of information: training data and the context window. That's it. The most important number in this equation is the information that you put in."

Most skills change what your agent does. This one changes what you do — it coaches you to prompt like a senior engineer briefing another senior engineer, and it gets quieter as you get better.

What it does

@Maciejdziuba
Maciejdziuba / README.md
Last active September 2, 2026 00:01
The Full Episode Pack — Thorsten Ball (Amp) × David Ondrej. Every tool, technique & idea from the episode: orbs, Puck, the Oracle, the prompting playbook, the kill list.

The Full Episode Pack — Thorsten Ball × David Ondrej

Every tool, technique, and idea from David Ondrej's interview with Thorsten Ball (Amp) — agents in orbs, the Oracle, Puck the meta-agent, the prompting playbook, and the features Amp killed on purpose.

▶ Open the pack (rendered)

Click here to view the Episode Pack

(It's a single self-contained HTML page — the file thorsten-episode-pack.html below. You can also download it and open it in any browser.)

@Maciejdziuba
Maciejdziuba / README.md
Last active September 2, 2026 00:01
The Software Factory Playbook — Dex Horthy's 4-gate workflow (Product → Architecture → Program Design → Vertical Slices) as an installable Claude Code skill. From the Dex Horthy episode on David Ondrej's podcast.

The Software Factory Playbook — Dex Horthy's 4-gate workflow as a skill

A Claude Code Agent Skill built from Dex Horthy's (HumanLayer) playbook on David Ondrej's podcast.

"Once the model has written thousands of lines of code, it is harder to change. The sessions that generate design docs are context-light — you get the most model intelligence when you do the hard thinking early."

By default, agents build horizontally: all the backend, then all the frontend, then a 2,000-line diff lands in your lap and reviewing it is your problem. This skill flips that. Every decision that matters gets made before the code exists — where changing your mind costs a sentence, not a rewrite.

What it does